home *** CD-ROM | disk | FTP | other *** search
-
-
-
- XXXXmmmmCCCCrrrreeeeaaaatttteeeeSSSSeeeelllleeeeccccttttiiiioooonnnnBBBBooooxxxx((((3333XXXX)))) UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV XXXXmmmmCCCCrrrreeeeaaaatttteeeeSSSSeeeelllleeeeccccttttiiiioooonnnnBBBBooooxxxx((((3333XXXX))))
-
-
-
- NNNNAAAAMMMMEEEE
- _X_m_C_r_e_a_t_e_S_e_l_e_c_t_i_o_n_B_o_x - The SelectionBox widget creation
- function
-
- SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
- #include <Xm/SelectioB.h>
-
- Widget XmCreateSelectionBox (ppppaaaarrrreeeennnntttt,,,, nnnnaaaammmmeeee,,,, aaaarrrrgggglllliiiisssstttt,,,, aaaarrrrggggccccoooouuuunnnntttt)
- _W_i_d_g_e_t ppppaaaarrrreeeennnntttt;
- _S_t_r_i_n_g nnnnaaaammmmeeee;
- _A_r_g_L_i_s_t aaaarrrrgggglllliiiisssstttt;
- _C_a_r_d_i_n_a_l aaaarrrrggggccccoooouuuunnnntttt;
-
- DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
- _X_m_C_r_e_a_t_e_S_e_l_e_c_t_i_o_n_B_o_x creates an unmanaged SelectionBox. A
- SelectionBox is used to get a selection from a list of
- alternatives from the user and includes the following:
-
- +o A scrolling list of alternatives
-
- +o An editable text field for the selected alternative
-
- +o Labels for the list and text field
-
- +o Three or four buttons
-
- The default button labels are _O_K, _C_a_n_c_e_l, and _H_e_l_p. By
- default an _A_p_p_l_y button is also created; if the parent of
- the SelectionBox is a DialogShell it is managed, and
- otherwise it is unmanaged. Additional work area children
- may be added to the SelectionBox after creation.
-
- ppppaaaarrrreeeennnntttt
- Specifies the parent widget ID
-
- nnnnaaaammmmeeee Specifies the name of the created widget
-
- aaaarrrrgggglllliiiisssstttt
- Specifies the argument list
-
- aaaarrrrggggccccoooouuuunnnntttt
- Specifies the number of attribute/value pairs in the
- argument list (aaaarrrrgggglllliiiisssstttt)
-
- For a complete definition of SelectionBox and its associated
- resources, see _X_m_S_e_l_e_c_t_i_o_n_B_o_x(_3_X).
-
- RRRREEEETTTTUUUURRRRNNNN VVVVAAAALLLLUUUUEEEE
- Returns the SelectionBox widget ID.
-
- RRRREEEELLLLAAAATTTTEEEEDDDD IIIINNNNFFFFOOOORRRRMMMMAAAATTTTIIIIOOOONNNN
- _X_m_S_e_l_e_c_t_i_o_n_B_o_x(_3_X).
-
-
-
- Page 1 (printed 11/11/03)
-
-
-
-